- virtual memory management
- Сетевые технологии: система управления виртуальной памятью
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Memory management unit — This 68451 MMU could be used with the Motorola 68010 A memory management unit (MMU), sometimes called paged memory management unit (PMMU), is a computer hardware component responsible for handling accesses to memory requested by the CPU. Its… … Wikipedia
virtual memory — A memory management technique that allows information in physical memory to be swapped out to a hard disk if necessary. This technique provides applications with more memory space than is actually available in the computer. True virtual… … Dictionary of networking
Memory management — is the act of managing computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. This is critical to … Wikipedia
Virtual memory/rewrite — Virtual memory is a computer system technique that gives an application program the impression it has contiguous working memory, while in fact it is physically fragmented and may even overflow on to disk storage. Systems which use this technique… … Wikipedia
Virtual memory — This article is about the computational technique. For the TBN game show, see Virtual Memory (game show). Virtual memory combines active RAM and inactive memory in disk form into a large range of contiguous addresses. In computing, virtual memory … Wikipedia
Memory Management Controller — Multi Memory Controllers or Memory Management Controllers[1] (MMC) are different kinds of special chips designed by various video game developers for use in Nintendo Entertainment System (NES) cartridges. These chips extended the capabilities of… … Wikipedia
memory management — The way in which the operating system handles the use of memory, usually as a combination of physical memory and virtual memory. When applications are loaded, they are assigned space in which to run and store data. As they are removed, the… … Dictionary of networking
memory management program — program which enables access to expanded or virtual memory … English contemporary dictionary
memory management unit — Abbreviated MMU. The part of the processor that manages the mapping of virtual memory addresses to actual physical addresses. In some systems, such as those based on early Intel or Motorola processors, the MMU was a separate chip; however,… … Dictionary of networking
DOS memory management — This article is about a class of DOS device drivers. For the general concept, see: memory management. Physical memory areas of the IBM PC family. In IBM PC compatible computing, DOS memory management refers to software and techniques employed to… … Wikipedia
Manual memory management — In computer science, manual memory management refers to the usage of manual instructions by the programmer to identify and deallocate unused objects, or garbage. Up until the mid 1990s, the majority of programming languages used in industry… … Wikipedia